30. Assessment

Question 1

What View is used to display text to the user?

SOLUTION: `TextView`

Displaying Images

What View is used to display images to the user?

SOLUTION: `ImageView`

Storing Images

Images stored within the application are stored as which resource type?

SOLUTION: `Drawable`

Dependencies

Dependencies required to build the project or enable additional functionality are defined in ___

SOLUTION: build.gradle